.header {
    position: relative;
    color: #50767f;
    height: 62px;
    display: none;
}

.header .line {
    position: absolute;
    width: 100%;
    top: 48px;
    border-bottom: 1px solid #50767f;
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
    /* padding: 0 20px; */
}

.header .header-top .left {
    margin-left: 20px;
}

.header .header-top .right {
    margin-right: 20px;
}

.header .wrapper .left {
    background: #fff;
    z-index: 1;
    text-align: center;
}

.header .wrapper .left img {
    width: 120px;
}

.header .wrapper .left p {
    font-size: 12px;
}

.header .wrapper .right {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
}

.header .wrapper .right .search {
    width: 200px;
    height: 26px;
    display: flex;
    border-radius: 20px;
    border: 1px solid #50767f;
    padding: 3px 10px;
}

.header .wrapper .right .search input {
    border-radius: 20px;
    border: 0;
    font-size: 14px;
    line-height: 1;
    padding-left: 5px;
    
}

.header .wrapper .right .search img {
    width: 26px;
}

.header .top-menu {
    position: absolute;
    width: 100%;
    top: 50px;
}

.header .top-menu .menu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 200px;
}

.header .top-menu li {
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 2px solid rgba(255, 255, 255, .0);
}

.header .top-menu li:hover {
    border-bottom: 2px solid #f1cfa9;
}

.header .top-menu li .content {
    position: absolute;
    top: 42px;
    right: 0;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    /* display: none; */
}

.header .top-menu li .content .sub-menu {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1cfa9;
    font-size: 14px;
}

.header .top-menu li .content .sub-menu div {
    padding: 17px 10px 11px 10px;
    margin: 0 20px;
    border-bottom: 2px solid #50767f;
}

.header .top-menu li .content .sub-menu div:hover {
    padding: 17px 10px 11px 10px;
    margin: 0 20px;
    border-bottom: 2px solid #f1cfa9;
}

.header .top-menu li .content .sub-content .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .top-menu li .content .sub-content .list .swiper-container {
    width: 70%;
}

.header .top-menu li .content .sub-content .list .swiper-wrapper .swiper-slide {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.header .top-menu li .content .sub-content .list img {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 5px;
}

/* 服务 */
.header .top-menu .menu .service .content .list {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #edf1f2;
    text-align: center;
}

.header .top-menu .menu .service .content .list div {
    margin: 15px;
}

.header .top-menu .menu .service .content .list p {
    font-size: 16px;
    line-height: 50px;
}

.header .top-menu .menu .service .content img {
    width: 280px;
}

/* 关于 */
.header .top-menu .menu .about .content .list {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #edf1f2;
    text-align: center;
}

.header .top-menu .menu .about .content .list div {
    margin: 10px;
}

.header .top-menu .menu .about .content .list p {
    font-size: 16px;
    line-height: 30px;
    /* width: 200px; */
}

.header .top-menu .menu .about .content img {
    width: 300px;
}

.header .top-menu .bg {
    background: #edf1f2;
    width: 100%;
    height: 300px;
    box-shadow: 0 5px 0 0 rgba(80, 118, 127, .4);
    display: none;
}

.header .top-menu .bg .sub-menu {
    background: #50767f;
    width: 100%;
    height: 50px;
}

.swiper-container {
    --swiper-theme-color: #50767f;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #50767f;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.swiper-pagination {
    bottom: 37px;
}

/* 移动 */
.headerBox img {
    width: 100%;
}

.headerBox .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerBox .top .left {
    width: 25px;
    padding: 10px 15px;
}

.headerBox .top .center {
    width: 100px;
}

.headerBox .top .right {
    width: 30px;
    padding: 10px 15px;
}

.left-menu {
    height: 100%;
    font-size: 18px;
}
.left-menu .logo {
    display: flex;
}
.left-menu img {
    width: 50%;
}
.left-menu .van-cell {
    font-size: 18px;
    line-height: 2.6;
    padding: 0 20px;
    padding-left: 24px;
}
.left-menu .van-collapse-item .van-collapse-item__wrapper .van-collapse-item__content p {
    font-size: 18px;
    line-height: 2.6;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #ebedf0;
}
.left-menu .van-collapse-item .van-collapse-item__wrapper .van-collapse-item__content p:last-child{
    border-bottom: 0;
}

